correct an example
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 7 Sep 2007 03:07:18 +0000 (03:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 7 Sep 2007 03:07:18 +0000 (03:07 +0000)
svn path=/trunk/; revision=18740

docs/reference/ChangeLog
docs/reference/gdk/tmpl/windows.sgml

index a9db66ca5b840c35b43dc06039dcf5be80e9e634..20a321c843d53c007d3bd4485515a14fbb6730e0 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-06  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gdk/tmpl/windows.sgml: Correct the example widget for
+       child windows.  (#473463, Andrew Cowie)
+
 2007-09-03  Behdad Esfahbod  <behdad@gnome.org>
 
        * gtk/gtk-sections.txt: Remove duplicate
index 6c5d0515bc677f30023aa0d8968c19d940f75429..ed810638bacd80b820289b5a2aa514a3b7e649e0 100644 (file)
@@ -196,7 +196,7 @@ Describes the kind of window.
 
 @GDK_WINDOW_ROOT: root window; this window has no parent, covers the entire screen, and is created by the window system
 @GDK_WINDOW_TOPLEVEL: toplevel window (used to implement #GtkWindow)
-@GDK_WINDOW_CHILD: child window (used to implement e.g. #GtkButton)
+@GDK_WINDOW_CHILD: child window (used to implement e.g. #GtkEntry)
 @GDK_WINDOW_DIALOG: useless/deprecated compatibility type
 @GDK_WINDOW_TEMP: override redirect temporary window (used to implement #GtkMenu)
 @GDK_WINDOW_FOREIGN: foreign window (see gdk_window_foreign_new())